toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]MouseEntered
Mouse
Entered
public
interface
MouseEntered
implements
MouseEvent
An event indicating that the mouse has been moved over the web page.
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
MouseEntered
.
Functions
location
Link copied to clipboard
public
Point
location
(
)
Returns the mouse position relative to the bounds of the browser instance.
location
On
Screen
Link copied to clipboard
public
Point
locationOnScreen
(
)
Returns the mouse position relative to the bounds of the screen.
new
Builder
Link copied to clipboard
public
static
MouseEntered.Builder
newBuilder
(
Point
location
)
Creates a new
MouseEntered
builder with the given required parameters.